home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / oyun / wr3d / stunt_1 / xst1eu2h.x < prev    next >
Text File  |  1997-02-18  |  6KB  |  287 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  24;
  136.  -6985.076660;-1480.654175;-1297.288940;,
  137.  -6985.076660;-1534.574341;-1297.288940;,
  138.  -6927.088867;-1534.573975;-1214.472778;,
  139.  -6927.088867;-1480.654053;-1214.472778;,
  140.  -6985.076660;-1480.654175;-1297.288940;,
  141.  -6985.076660;-1534.574341;-1297.288940;,
  142.  -6927.088867;-1534.573975;-1214.472778;,
  143.  -6927.088867;-1480.654053;-1214.472778;,
  144.  -5245.331055;-840.038025;-874.184692;,
  145.  -5245.331055;-893.958130;-874.184692;,
  146.  -5245.331055;-893.957764;-773.085022;,
  147.  -5245.331055;-840.037903;-773.085022;,
  148.  -5245.331055;-840.038025;-874.184692;,
  149.  -5245.331055;-893.958130;-874.184692;,
  150.  -5245.331055;-893.957764;-773.085022;,
  151.  -5245.331055;-840.037903;-773.085022;,
  152.  -2508.273193;-414.511353;-337.893372;,
  153.  -2508.273193;-468.431519;-337.893372;,
  154.  -2420.718506;-468.431213;-287.343079;,
  155.  -2420.718506;-414.511292;-287.343109;,
  156.  -2508.273193;-414.511353;-337.893372;,
  157.  -2508.273193;-468.431519;-337.893372;,
  158.  -2420.718506;-468.431213;-287.343079;,
  159.  -2420.718506;-414.511292;-287.343109;;
  160.  
  161.  12;
  162.  3;2,0,1;,
  163.  3;0,2,3;,
  164.  3;4,6,5;,
  165.  3;6,4,7;,
  166.  3;10,8,9;,
  167.  3;8,10,11;,
  168.  3;12,14,13;,
  169.  3;14,12,15;,
  170.  3;18,16,17;,
  171.  3;16,18,19;,
  172.  3;20,22,21;,
  173.  3;22,20,23;;
  174.  
  175.  MeshMaterialList {
  176.   3;
  177.   12;
  178.   0,
  179.   0,
  180.   0,
  181.   0,
  182.   1,
  183.   1,
  184.   1,
  185.   1,
  186.   2,
  187.   2,
  188.   2,
  189.   2;
  190.   Material {
  191.    1.000000;1.000000;1.000000;1.000000;;
  192.    15.000000;
  193.    1.000000;1.000000;1.000000;;
  194.    0.000000;0.000000;0.000000;;
  195.    TextureFilename {
  196.     "bb_ad2.tga";
  197.    }
  198.   }
  199.   Material {
  200.    1.000000;1.000000;1.000000;1.000000;;
  201.    15.000000;
  202.    1.000000;1.000000;1.000000;;
  203.    0.000000;0.000000;0.000000;;
  204.    TextureFilename {
  205.     "bb_ad4.tga";
  206.    }
  207.   }
  208.   Material {
  209.    1.000000;1.000000;1.000000;1.000000;;
  210.    15.000000;
  211.    1.000000;1.000000;1.000000;;
  212.    0.000000;0.000000;0.000000;;
  213.    TextureFilename {
  214.     "bb_ad5.tga";
  215.    }
  216.   }
  217.  }
  218.  MeshNormals {
  219.   24;
  220.   -0.819155;0.000000;0.573572;,
  221.   -0.819155;0.000000;0.573572;,
  222.   -0.819155;0.000000;0.573572;,
  223.   -0.819155;0.000000;0.573572;,
  224.   0.819155;0.000000;-0.573572;,
  225.   0.819155;0.000000;-0.573572;,
  226.   0.819155;0.000000;-0.573572;,
  227.   0.819155;0.000000;-0.573572;,
  228.   -1.000000;-0.000000;-0.000000;,
  229.   -1.000000;-0.000000;-0.000000;,
  230.   -1.000000;-0.000000;-0.000000;,
  231.   -1.000000;-0.000000;-0.000000;,
  232.   1.000000;-0.000000;0.000000;,
  233.   1.000000;-0.000000;0.000000;,
  234.   1.000000;-0.000000;0.000000;,
  235.   1.000000;-0.000000;0.000000;,
  236.   -0.500004;-0.000000;0.866023;,
  237.   -0.500004;-0.000000;0.866023;,
  238.   -0.500004;-0.000000;0.866023;,
  239.   -0.500004;0.000000;0.866023;,
  240.   0.500004;0.000000;-0.866023;,
  241.   0.500004;0.000000;-0.866023;,
  242.   0.500004;0.000000;-0.866023;,
  243.   0.500004;-0.000000;-0.866023;;
  244.  
  245.   12;
  246.   3;2,0,1;,
  247.   3;0,2,3;,
  248.   3;4,6,5;,
  249.   3;6,4,7;,
  250.   3;10,8,9;,
  251.   3;8,10,11;,
  252.   3;12,14,13;,
  253.   3;14,12,15;,
  254.   3;18,16,17;,
  255.   3;16,18,19;,
  256.   3;20,22,21;,
  257.   3;22,20,23;;
  258.  }
  259.  MeshTextureCoords {
  260.   24;
  261.   -0.000156;-0.000074;,
  262.   -0.000156;0.999920;,
  263.   0.999996;0.999915;,
  264.   0.999996;-0.000074;,
  265.   -0.000156;-0.000074;,
  266.   -0.000156;0.999920;,
  267.   0.999996;0.999915;,
  268.   0.999996;-0.000074;,
  269.   -0.000156;-0.000074;,
  270.   -0.000156;0.999920;,
  271.   0.999996;0.999915;,
  272.   0.999996;-0.000074;,
  273.   -0.000156;-0.000074;,
  274.   -0.000156;0.999920;,
  275.   0.999996;0.999915;,
  276.   0.999996;-0.000074;,
  277.   -0.000156;-0.000074;,
  278.   -0.000156;0.999920;,
  279.   0.999996;0.999915;,
  280.   0.999996;-0.000074;,
  281.   -0.000156;-0.000074;,
  282.   -0.000156;0.999920;,
  283.   0.999996;0.999915;,
  284.   0.999996;-0.000074;;
  285.  }
  286. }
  287.